aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2019-03-28 18:06:45 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2019-03-28 18:06:45 +0200
commita706aefd3dbf0552205dc0c850e2eba06bbf6e34 (patch)
treedb56a55fd25740e8b8b94156555c3b192770ad7f /Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
parent5f241ab7a605f38c40a73308c622a1646b8f53d7 (diff)
downloadTango-a706aefd3dbf0552205dc0c850e2eba06bbf6e34.tar.gz
Tango-a706aefd3dbf0552205dc0c850e2eba06bbf6e34.zip
Added "NewProjectDialog" dialog , styles and icons
Diffstat (limited to 'Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj')
-rw-r--r--Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj39
1 files changed, 39 insertions, 0 deletions
diff --git a/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj b/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
index 5dde283e0..645978cac 100644
--- a/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
+++ b/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
@@ -37,6 +37,7 @@
<Reference Include="MahApps.Metro, Version=1.5.0.23, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
<HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath>
</Reference>
+ <Reference Include="PresentationFramework.Aero2" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
@@ -65,9 +66,13 @@
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Controls\ErrorData.cs" />
<Compile Include="Controls\SharedResourceDictionary.cs" />
<Compile Include="Controls\SolutionItemControl.cs" />
<Compile Include="Controls\TabConrolClose.cs" />
+ <Compile Include="Dialogs\AddNewControl.xaml.cs">
+ <DependentUpon>AddNewControl.xaml</DependentUpon>
+ </Compile>
<Compile Include="Dialogs\NewProjectDialog.xaml.cs">
<DependentUpon>NewProjectDialog.xaml</DependentUpon>
</Compile>
@@ -86,6 +91,7 @@
<Compile Include="IProject.cs" />
<Compile Include="Project.cs" />
<Compile Include="Projects\UnitTestProject.cs" />
+ <Compile Include="ProjectType.cs" />
<Compile Include="ProjectTypes\StubProjectType.cs" />
<Compile Include="ProjectTypes\UnitTestProjectType.cs" />
<Compile Include="ScriptIDEView.xaml.cs">
@@ -97,6 +103,11 @@
<Compile Include="ScriptIDEViewVM.cs" />
<Compile Include="Solution.cs" />
<Compile Include="Projects\StubProject.cs" />
+ <Compile Include="ViewModelLocator.cs" />
+ <Page Include="Dialogs\AddNewControl.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
<Page Include="Dialogs\NewProjectDialog.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
@@ -117,6 +128,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
+ <Page Include="Themes\ButtonStyle.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
<Page Include="Themes\ComboboxStyle.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
@@ -125,6 +140,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
+ <Page Include="Themes\DataGridStyle.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
<Page Include="Themes\Generic.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
@@ -137,6 +156,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
+ <Page Include="Themes\ScrollViewerStyle.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
<Page Include="Themes\Shared.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
@@ -216,5 +239,21 @@
<ItemGroup>
<Resource Include="Images\OpenFolder_16x.png" />
</ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\checklist.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\checklist_white_32.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\checklist_white126.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\storyboard_white32.png" />
+ <Resource Include="Images\storyboard_white_126.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\test.png" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file