diff options
author | stobies <unknown> | 2010-12-06 13:01:20 +0000 |
---|---|---|
committer | stobies <unknown> | 2010-12-06 13:01:20 +0000 |
commit | fc8eefd389831e5ca4a176b71fe2c762bd701e21 (patch) | |
tree | 1ea633b57d264947b5f16d0143101da5d2ef71f9 /Source/ModelViewer | |
parent | bd6ea9a2ea5e864434a3b28ef309390c4e860765 (diff) |
Added version.cs as link to those projects that were missing it
Select 4.0 client profile on all projects
Diffstat (limited to 'Source/ModelViewer')
-rw-r--r-- | Source/ModelViewer/ModelViewer.csproj | 4 | ||||
-rw-r--r-- | Source/ModelViewer/app.config | 3 |
2 files changed, 1 insertions, 6 deletions
diff --git a/Source/ModelViewer/ModelViewer.csproj b/Source/ModelViewer/ModelViewer.csproj index 94957c59..31b9d620 100644 --- a/Source/ModelViewer/ModelViewer.csproj +++ b/Source/ModelViewer/ModelViewer.csproj @@ -11,8 +11,7 @@ <RootNamespace>Microsoft.Boogie.ModelViewer</RootNamespace>
<AssemblyName>ModelViewer</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
+ <TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
@@ -101,7 +100,6 @@ <DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
- <None Include="app.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
diff --git a/Source/ModelViewer/app.config b/Source/ModelViewer/app.config deleted file mode 100644 index cb2586be..00000000 --- a/Source/ModelViewer/app.config +++ /dev/null @@ -1,3 +0,0 @@ -<?xml version="1.0"?>
-<configuration>
-<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|